From: Glenn Morris Date: Thu, 28 Oct 2010 03:49:40 +0000 (-0700) Subject: * lisp/simple.el (x-selection-owner-p): Remove unused declaration. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5911 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=71959bb80cea6b64a10478da9e8a524b9aea351b;p=emacs.git * lisp/simple.el (x-selection-owner-p): Remove unused declaration. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bf2aa7a2282..c13037a36a6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-10-28 Glenn Morris + + * simple.el (x-selection-owner-p): Remove unused declaration. + 2010-10-28 Stefan Monnier * minibuffer.el (completion-cycling): New var (bug#7266). diff --git a/lisp/simple.el b/lisp/simple.el index 3ecfaa26e83..0d5638158fe 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -3685,8 +3685,6 @@ a mistake; see the documentation of `set-mark'." (marker-position (mark-marker)) (signal 'mark-inactive nil))) -(declare-function x-selection-owner-p "xselect.c" (&optional selection)) - (defsubst deactivate-mark (&optional force) "Deactivate the mark by setting `mark-active' to nil. Unless FORCE is non-nil, this function does nothing if Transient @@ -6764,5 +6762,4 @@ warning using STRING as the message.") (provide 'simple) -;; arch-tag: 24af67c0-2a49-44f6-b3b1-312d8b570dfd ;;; simple.el ends here